home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 15
/
Aminet 15 - Nov 1996.iso
/
Aminet
/
dev
/
basic
/
ace24dist.lha
/
ace24.lha
/
include
/
libraries
/
expansion.h
< prev
next >
Wrap
C/C++ Source or Header
|
1996-09-10
|
392b
|
23 lines
#ifndef LIBRARIES_EXPANSION_H
#define LIBRARIES_EXPANSION_H 1
/*
** expansion.h for ACE Basic
**
** Note: Translated to ACE by ConvertC2ACE
** @ MapMeadow Software, Nils Sjoholm
**
**
** Date: 09/01/95
**
**
*/
#define EXPANSIONNAME "expansion.library"
/* flags for the AddDosNode() call */
#define ADNB_STARTPROC 0
#define ADNF_STARTPROC (1)
#endif /* LIBRARIES_EXPANSION_H */